'Declaration
Public Function New( _ ByVal action As RowColumnActionsCommand.Actions, _ ByVal isColumn As Boolean, _ ByVal worksheet As Worksheet, _ ByVal paneIndex As Integer, _ ByVal ranges() As Reference _ )
'Usage
Dim action As RowColumnActionsCommand.Actions Dim isColumn As Boolean Dim worksheet As Worksheet Dim paneIndex As Integer Dim ranges() As Reference Dim instance As New RowColumnActionsCommand(action, isColumn, worksheet, paneIndex, ranges)
Parameters
- action
- isColumn
- A boolean value indicates whether the command process on rows or columns.
- worksheet
- The worksheet which this command attached to.
- paneIndex
- The processing pane Index.
- ranges
- The processing ranges.